type github.com/jackc/pgx/v5/pgtype.int16Wrapper

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L38: type int16Wrapper int16
		builtin_wrappers.go#L40: func (w int16Wrapper) SkipUnderlyingTypePlan() {}
		builtin_wrappers.go#L42: func (w *int16Wrapper) ScanInt64(v Int8) error {
		builtin_wrappers.go#L53: 	*w = int16Wrapper(v.Int64)
		builtin_wrappers.go#L58: func (w int16Wrapper) Int64Value() (Int8, error) {
		pgtype.go#L609: 		return &wrapInt16ScanPlan{}, (*int16Wrapper)(target), true
		pgtype.go#L674: 	return plan.next.Scan(src, (*int16Wrapper)(dst.(*int16)))
		pgtype.go#L1466: 		return &wrapInt16EncodePlan{}, int16Wrapper(value), true
		pgtype.go#L1533: 	return plan.next.Encode(int16Wrapper(value.(int16)), buf)